Search
CollectionBase(T).Sort Method (IComparer(T))
See Also
 





Sorts the elements in this collection using the specified comparer.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Sort (
    IComparer<T> comparer
)

Visual Basic  Copy Code

Public Sub Sort( _
    comparer As IComparer(Of T) _
)

 Parameters

comparer

The IComparer implementation to use when comparing elements.

 See Also